This is a p style
Feature Description Example Headers Titles # Title (H1)## Section (H2)### Subsection (H3) Emphasis Text Styles *Italic* or _Italic_ **Bold** or __Bold__~~Strikethrough~~ Lists Bullets - Bullet list item - nested list item 1. Numbered List Item 2. Another list item > Indented block quote Equations Euler’s formula $e^{i\pi} + 1 = 0$ Images Inline image ![Caption][image.png] Layout Horizontal Line --- Links Hyperlinks [Link Text](http://example.com) [Link Text][1] [1]: http://example.com Code Inline and Block `Inline code` pythondef function(): pass A code block Toggle Content This content can be shown or hidden. ```Markdown This is markdown information that is hidden # # The end of the document A Subsection ## a subsection subsection - Bullet dhis is markdown *but* it's doing strange things <footer> <p><a href="index.html">Back to Home Page</a></p> </footer>
# Title (H1)
## Section (H2)
### Subsection (H3)
*Italic* or _Italic_
**Bold** or __Bold__
~~Strikethrough~~
- Bullet list item
- nested list item
1. Numbered List Item
2. Another list item
> Indented block quote
$e^{i\pi} + 1 = 0$
![Caption][image.png]
---
[Link Text](http://example.com)
[Link Text][1]
[1]: http://example.com
`Inline code`
# # The end of the document A Subsection ## a subsection subsection - Bullet dhis is markdown *but* it's doing strange things <footer> <p><a href="index.html">Back to Home Page</a></p> </footer>